home *** CD-ROM | disk | FTP | other *** search
/ Internet Pro - Web Page Builder / Internet Pro - Web Page Builder (Wayzata Technology) (7241) (1995).bin / pc / windows / http_srv / whttpd14 / form-rpt.bat < prev    next >
DOS Batch File  |  1994-04-19  |  367b  |  14 lines

  1. rem
  2. rem     Used with example forms in the Windows httpd documentation
  3. rem     Too bad angle brackets can't be echoed by COMMAND.COM...
  4. rem     Get a better shell!
  5. rem
  6. set of=%output_file%
  7. echo Content-type:text/html > %of%
  8. echo. >> %of%
  9. type c:\httpd\cgi-bin\form-rpt.pre >> %of%
  10. type %CONTENT_FILE% >> %of%
  11. type c:\httpd\cgi-bin\form-rpt.pst >> %of%
  12.  
  13.  
  14.